0
Главная Информация Документы Музей Студенту Преподавателю


Valid HTML 4.01 Transitional
Valid CSS!
Yellow Pages
HotLog

Russian

GNUplot Demonstrations

Contents Back Next

multimsh gnuplot demo

set parametric
set hidden3d
set nokey
set xrange [0:8]
set yrange [-4:4]
set zrange [-2:2]
set data style line
set title "Demo of multiple mesh per file capability - Digitized Blue Whale"
splot "whale.dat"
will result in (gif mode)
set title "Demo of multiple mesh per file capability - Digitized Blue Whale"
set xlabel "Mesh or Network 0"
splot "whale.dat" index 0
will result in (gif mode)
set xlabel "Mesh or Network 6"
splot "whale.dat" index 6 using 3:2:1 
will result in (gif mode)
set xlabel "Mesh or Network 12"
splot "whale.dat" index 12 with points
will result in (gif mode)
set xlabel "Mesh or Network 13"
splot "whale.dat" i 13
will result in (gif mode)
#  #file "loop"
#  maxmsh = 16
#  ind = (ind + 1)%maxmsh
#  splot "whale.dat" i ind
#  reread "loop"

set xlabel "Mesh or Network 4"
splot "whale.dat" i 4
will result in (gif mode)
set xlabel "Mesh or Network 5"
splot "whale.dat" i 5
will result in (gif mode)
set title ""
set xlabel ""
set nohidden3d
set auto
set nopara

http://playfair.stanford.edu/~woo/woo.html
Кафедра Информатики и Математического Обеспечения: спецкурс Визуализация данных